Last updated:    11/12/03
Author:          Sergey Mishkovskiy
Company:         USysWare, Inc.
Contact info:    usysware@comcast.net
Compatibility:   Borland Delphi for .NET

Description:     This is a basic .NET Windows service skeleton. Modify 
                 Service.pas and ProjectInstaller.pas units to suite 
                 it to your needs.

Requirements:    .NET framework 1.1


Installation:    Use InstallUtil.exe utility that comes with the framework 
                 to install the service. On Windows XP the installation 
                 command could look like:
                
"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\InstallUtil.exe" WinService.exe

                 The installed service compiled with all defaults shows up 
                 under 'MyDelphiWinService' name in the services list.

Uninstallation:  Use InstallUtil.exe utility that comes with the framework 
                 to uninstall the service. On Windows XP the installation 
                 command could look like:

"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\InstallUtil.exe" /u WinService.exe

Enjoy!